#admin interface

[ follow ]
Alone Djangonaut
7 years ago
Django

Django admin template structure

Django admin template inheritance is essential for customizing the admin interface.
Understanding core HTML templates like base.html is key to modifying Django admin templates effectively. [ more ]
Realpython
7 months ago
Web development

How to Render Markdown in a Django Application - Real Python

Django's admin interface doesn't provide a way to format text-based content, but Markdown can be used as a solution.
Markdown is a plain text formatting language that converts to HTML and is popular for both technical and non-technical content creators.
Using Markdown with Django admin provides a simpler alternative to a full-blown CMS and offers benefits like increased security and multi-format publishing. [ more ]
[ Load more ]